compress/flate.compressor.findMatch (method)

2 uses

	compress/flate (current package)
		deflate.go#L230: func (d *compressor) findMatch(pos int, prevHead int, prevLength int, lookahead int) (length, offset int, ok bool) {
		deflate.go#L436: 			if newLength, newOffset, ok := d.findMatch(d.index, d.chainHead-d.hashOffset, minMatchLength-1, lookahead); ok {